home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / vfwdk.zip / VFWSDK.ZIP / SAMPLES / BRAVADO / VBLASTER.RC < prev    next >
Text File  |  1993-01-19  |  907b  |  28 lines

  1. #include <windows.h>
  2. #include "ct.h"
  3. #include "config.h"
  4.  
  5. #define VERSIONNAME               "vblaster.drv\0"
  6. #define VERSIONDESCRIPTION        "Creative Labs VideoBlaster Driver\0"
  7.  
  8. #include "ct.rcv"
  9.  
  10. #include "config.dlg"
  11. #include "vidsrc.dlg"
  12. #include "vidfmt.dlg"
  13. #include "viddsp.dlg"
  14.  
  15.  
  16. // Localizable strings - these are read into aszErrorBuffer (defined in
  17. // initc.c and currently 250 bytes long).  Keep this buffer the length of
  18. // the longest error message plus about 30% for localization.
  19. STRINGTABLE MOVEABLE DISCARDABLE
  20. BEGIN
  21.  
  22. IDS_ERRBADPORT    "A configuration or hardware problem has occurred.\nUse the Drivers option in the Control Panel\nto re-configure the Targa driver."
  23. IDS_ERRBADCONFIG  "The port and/or interrupt settings do not match those on the card. Check your hardware settings, and then try again."
  24.  
  25. IDS_VCAPPRODUCT   "Creative Labs Video Blaster"
  26.  
  27. END
  28.